home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcc
/
v04n12
/
batch2.exe
/
FF.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-10-12
|
278 b
|
15 lines
@ECHO OFF
REM This is FF.BAT
IF NOT EXIST PRN1CHEK.COM GOTO OOPS
PRN1CHEK
IF ERRORLEVEL 1 GOTO ERROR
ECHO Form feed generated...
ECHO > PRN
GOTO END
:ERROR
ECHO Check printer; something's wrong
GOTO END
:OOPS
ECHO This needs PRN1CHEK.COM to work properly.
:END